|
|
|
|
InLeftPane Property, CellClass Class |
Returns whether this cell is located in the left pane.
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property InLeftPane As Boolean |
C# |
public bool InLeftPane { get; } |
C++ |
public: property bool InLeftPane { |
Property Value
True if this cell is located in the left pane, otherwise False.
Comments
The InLeftPane property returns whether this cell is located in the left pane.
If the control doesn't have a splitter bar, all cells are located in the left pane (the only pane).